软件工程TypeScriptTypeScript 元组类型TypeScript 元组类型元组类型是一类特殊的列表类型,其中元素的多少和元素的类型都是已知的。例如 type StringNumberPair = [string, number];